unnused_code

This commit is contained in:
simono41 2019-08-06 07:53:46 +02:00
parent daa12c4e80
commit dbda6ba0ec

View file

@ -112,9 +112,9 @@ fi
if [ "${makeuser}" == "y" ] || [ "${all}" == "y" ]; then if [ "${makeuser}" == "y" ] || [ "${all}" == "y" ]; then
makeuser makeuser
fi fi
if [ "${userloginalert}" == "y" ] || [ "${all}" == "y" ]; then #if [ "${userloginalert}" == "y" ] || [ "${all}" == "y" ]; then
userloginalert # userloginalert
fi #fi
if [ "${dailyupdates}" == "y" ] || [ "${all}" == "y" ]; then if [ "${dailyupdates}" == "y" ] || [ "${all}" == "y" ]; then
dailyupdates dailyupdates
fi fi