Skip to content

Commit fea8e9e

Browse files
asdf1nitguysoft
authored andcommitted
Update start_chroot_script
1 parent 372654e commit fea8e9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/admin-toolkit/start_chroot_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if [ "$ADMIN_TOOLKIT_CRON_JOB" == "yes" ]
132132
then
133133
if [ "$ADMIN_TOOLKIT_CRON_USER" != "no" ]
134134
then
135-
unpack /filesystem/tools/cronJobs/user /home/"${ADMIN_TOOLKIT_CRON_USER}" ${ADMIN_TOOLKIT_CRON_USER}
135+
unpack /filesystem/tools/cronJobs/User /home/"${ADMIN_TOOLKIT_CRON_USER}" ${ADMIN_TOOLKIT_CRON_USER}
136136
crontab -u "${ADMIN_TOOLKIT_CRON_USER}" /home/"${ADMIN_TOOLKIT_CRON_USER}"/"${ADMIN_TOOLKIT_CRON_USER}"
137137
fi
138138

0 commit comments

Comments
 (0)