format fix
This commit is contained in:
@@ -92,7 +92,8 @@ install_edition() {
|
||||
tar -xzf "$tmp_archive" -C "${INSTALL_DIR}/${edition}"
|
||||
rm -f "$tmp_archive"
|
||||
|
||||
local run_path="${INSTALL_DIR}/${edition}/linusware/run.sh"
|
||||
local run_path="${INSTALL_DIR}/${edition}/run.sh"
|
||||
[ -f "$run_path" ] || error "run.sh not found after extraction"
|
||||
chmod +x "$run_path"
|
||||
echo "$version" > "${INSTALL_DIR}/${edition}/version.txt"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user