mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Fix typo and untranslated text
This commit is contained in:
@@ -19,7 +19,7 @@ function dropbox-install {
|
|||||||
|
|
||||||
if [ ! -f start-multiple-instances.sh ]
|
if [ ! -f start-multiple-instances.sh ]
|
||||||
then
|
then
|
||||||
echo "[ERROR] Dropbox multi-instances start script not usable. Aborrting."
|
echo "[ERROR] Dropbox multi-instances start script not usable. Aborting."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -36,5 +36,5 @@ killall -I dropbox
|
|||||||
|
|
||||||
dropbox-install
|
dropbox-install
|
||||||
|
|
||||||
echo "[NOTICE] Faccio ripartire il processo per ogni account"
|
echo "[NOTICE] Restarting Dropbox daemons for all acounts."
|
||||||
./start-multiple-instances.sh
|
./start-multiple-instances.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user