Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1396 → Rev 1397

/alcasar.sh
1320,9 → 1320,14
# expire delay for the profile "live"
systemctl start nfsen
/bin/nfsen -m live -e 62d 2>/dev/null
# add SURFmap plugin
tar xzf $DIR_CONF/nfsen/SURFmap_v3.3.tar.gz -C /tmp/
cd /tmp/SURFmap
/usr/bin/sh install.sh
# clear the installation
cd $DirTmp
rm -rf /tmp/nfsen-1.3.6p1/
rm -rf /tmp/SURFmap/
} # End of nfsen ()
 
##################################################