Commit d70bd39e authored by Marco Mariani's avatar Marco Mariani

autorebase: Pause before EXIT 0

parent efcb61ae
......@@ -328,8 +328,8 @@ cd ~
find /opt/slapos -name "*.dll" > /myfile.list
echo "PATH .\bin;%PATH%" > /autorebase.bat
echo "dash /bin/rebaseall -T /myfile.list -v" >> /autorebase.bat
echo "EXIT 0" >> /autorebase.bat
echo "Pause" >> /autorebase.bat
echo "EXIT 0" >> /autorebase.bat
exit
</programlisting>
After exit cygwin, double click autorebase.bat in the Windows explorer. If the current user isn't Administrator, then right click it, click Run As Administrator.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment