forked from p15670423/monkey
appimage: Remove references to deployment scripts in logging
This commit is contained in:
parent
7ab7e56b4c
commit
9f150bb51a
|
@ -73,7 +73,7 @@ handle_error() {
|
||||||
|
|
||||||
log_message() {
|
log_message() {
|
||||||
echo -e "\n\n"
|
echo -e "\n\n"
|
||||||
echo -e "DEPLOYMENT SCRIPT: $1"
|
echo -e "APPIMAGE BUILDER: $1"
|
||||||
}
|
}
|
||||||
|
|
||||||
install_nodejs() {
|
install_nodejs() {
|
||||||
|
@ -344,6 +344,8 @@ case "$1" in
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
log_message "Building Monkey Island AppImage package."
|
||||||
|
|
||||||
if ! $as_root && is_root; then
|
if ! $as_root && is_root; then
|
||||||
log_message "Please don't run this script as root"
|
log_message "Please don't run this script as root"
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -367,5 +369,5 @@ setup_appdir "$agent_binary_dir" "$monkey_repo"
|
||||||
|
|
||||||
build_appimage "$monkey_version"
|
build_appimage "$monkey_version"
|
||||||
|
|
||||||
log_message "Deployment script finished."
|
log_message "AppImage build script finished."
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue