mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
and - not _
This commit is contained in:
parent
ae8269f37d
commit
366d893a04
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
CMDSRV_SCRIPTS="/opt/admin/cmdsrv/scripts"
|
||||
if [ ! -f "$CMDSRV_SCRIPTS/iiab_update_map.py" ]; then
|
||||
if [ ! -f "$CMDSRV_SCRIPTS/iiab-update-map.py" ]; then
|
||||
echo "Admin Console not installed. Exiting."
|
||||
exit
|
||||
fi
|
||||
|
||||
$CMDSRV_SCRIPTS/iiab_update_map.py
|
||||
$CMDSRV_SCRIPTS/iiab-update-map.py
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Update Menus Failed."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue