Skip to content
Snippets Groups Projects
Unverified Commit ad501c10 authored by Bob Mottram's avatar Bob Mottram
Browse files

Revert "Try with no su"

This reverts commit 411e3834.
parent 411e3834
No related branches found
No related tags found
No related merge requests found
......@@ -374,7 +374,7 @@ continue_installation() {
if [ ${#CONFIG_FILENAME} -gt 2 ]; then
cp $CONFIG_FILENAME $rootdir/root/$PROJECT_NAME.cfg
cat $rootdir/root/$PROJECT_NAME.cfg
chroot "$rootdir" $PROJECT_NAME -c /root/$PROJECT_NAME.cfg
chroot "$rootdir" su -c "$PROJECT_NAME -c /root/$PROJECT_NAME.cfg" - root
fi
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment