telling the user it can top fixperm while launching alternc.install, fixes #123
This commit is contained in:
parent
f17c23cfe6
commit
37c99da74c
|
@ -610,6 +610,7 @@ for service in $SERVICES; do
|
|||
done
|
||||
|
||||
echo "Fix all the permission. May be quite long..."
|
||||
echo "YOU CAN INTERUPT THIS BY USING Ctrl-c THEN y TO BYPASS THE ERROR."
|
||||
/usr/lib/alternc/fixperms.sh
|
||||
echo "Compile PO files"
|
||||
|
||||
|
|
|
@ -618,6 +618,7 @@ for service in $SERVICES; do
|
|||
done
|
||||
|
||||
echo "Fix all the permission. May be quite long..."
|
||||
echo "YOU CAN INTERUPT THIS BY USING Ctrl-c THEN y TO BYPASS THE ERROR."
|
||||
/usr/lib/alternc/fixperms.sh
|
||||
echo "Compile PO files"
|
||||
|
||||
|
|
Loading…
Reference in New Issue