Add print

This commit is contained in:
phahulin 2017-11-17 10:18:25 +03:00 committed by GitHub
parent 5b859410a9
commit d54d2b4de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
echo "=====> sourcing common.funcs"
prepare_homedir() {
echo "=====> prepare_homedir"
# ln -s "$(pwd)" "/home/${ADMIN_USERNAME}/script-dir"
@ -223,3 +225,5 @@ EOF"
echo "<===== configure_logrotate"
}
echo "<===== sourcing common.funcs"