Skip to content

Commit

Permalink
add -f
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Nov 3, 2015
1 parent befce6b commit 54e4662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/files/etc/rc.local/FAISERVER
Expand Up @@ -40,7 +40,7 @@ curl -fs 'http://127.0.0.1:3142/acng-report.html?doImport=Start+Import&calcSize=

# setup the FAI server, including creating the nfsroot, use my own proxy
export APTPROXY="http://127.0.0.1:3142"
fai-setup -vB /var/tmp/base.tar.xz 2>&1
fai-setup -fvB /var/tmp/base.tar.xz 2>&1
if [ $? -eq 0 ]; then
rm /var/tmp/base.tar.xz
echo ""
Expand Down

0 comments on commit 54e4662

Please sign in to comment.