]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
firstsetup: Fix path to setup
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Aug 2014 12:07:44 +0000 (14:07 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Aug 2014 12:07:44 +0000 (14:07 +0200)
src/initscripts/init.d/firstsetup

index 32236e6cd761615d885f9a7c14ac73975c432945..dca3e40163caeb050dc546684ff0d00258171851 100644 (file)
@@ -28,7 +28,7 @@ ser_console $cmdline
 #
 /etc/init.d/sysklogd start
 export LANG=en_US.utf8
-/usr/local/sbin/setup /dev/tty2 INSTALL
+/usr/sbin/setup /dev/tty2 INSTALL
 if [ "${?}" == "1" ]; then
        echo Setup not finished. Rebooting ...
        reboot -f