mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
misc: rewrite install message
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
32accdef63
commit
2fbfa1bdac
@ -77,6 +77,8 @@ EOF
|
|||||||
# error message
|
# error message
|
||||||
if [ ! -b /dev/synoboot ] || [ ! -b /dev/synoboot1 ] || [ ! -b /dev/synoboot2 ] || [ ! -b /dev/synoboot3 ]; then
|
if [ ! -b /dev/synoboot ] || [ ! -b /dev/synoboot1 ] || [ ! -b /dev/synoboot2 ] || [ ! -b /dev/synoboot3 ]; then
|
||||||
sed -i 's/c("welcome","desc_install")/"Error: The Bootloader Disk is not successfully mounted! The Installation will fail!!!"/' /usr/syno/web/main.js
|
sed -i 's/c("welcome","desc_install")/"Error: The Bootloader Disk is not successfully mounted! The Installation will fail!!!"/' /usr/syno/web/main.js
|
||||||
|
else
|
||||||
|
sed -i 's/c("welcome","desc_install")/"Welcome to DSM Installation. Your Arc Loader is working properly!"/' /usr/syno/web/main.js
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# recovery.cgi
|
# recovery.cgi
|
||||||
|
Loading…
Reference in New Issue
Block a user