Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
640d4d776d | ||
|
|
5e07400e5c | ||
|
|
76d95d9bd0 | ||
|
|
aa8769b7dd |
@@ -1,9 +1,13 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file. You can upgrade ishare2 to the latest version using `ishare2 upgrade` and then selecting option 1
|
||||
|
||||
## [v1.5.0] - 2023-Jan-22
|
||||
|
||||
1) Added: Some code has been added to ishare2 to support PNETLab upgrade to v5.2.8 (Same as v5.2.7 fix: AMD and Intel folders at html/templates/). PNETLab users from v4.2.10 should not have any problem
|
||||
|
||||
## [v1.4.9] - 2023-Jan-19
|
||||
|
||||
1) Added: This version adds support to PNETLab 6.x related to templates location (AMD and Intel folder locations)
|
||||
1) Added: This version adds support to PNETLab 6.x related to yml template location (AMD and Intel folders)
|
||||
|
||||
## [v1.4.8] - 2023-Jan-17
|
||||
|
||||
|
||||
2
ishare2
2
ishare2
@@ -65,7 +65,7 @@ function set_yml_template_folder_location() {
|
||||
|
||||
if [[ $pnetlab_version == "4.2.10" ]]; then YML_DIR="/opt/unetlab/html/templates/" ; fi
|
||||
|
||||
if [[ $pnetlab_version == "5.2.5" ]] || [[ $pnetlab_version == "5.2.6" ]] || [[ $pnetlab_version == "5.2.7" ]]; then
|
||||
if [[ $pnetlab_version == "5.2.5" ]] || [[ $pnetlab_version == "5.2.6" ]] || [[ $pnetlab_version == "5.2.7" ]] || [[ $pnetlab_version == "5.2.8" ]]; then
|
||||
get_server_platform
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user